home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 4 / United Public Domain Gold 4.iso / scope / sc174.dms / sc174.adf / APrint / APrint.doc < prev    next >
Text File  |  1991-02-13  |  2KB  |  37 lines

  1.                                       
  2.                                       
  3.        APrint - Print BridgeBoard MS-DOS text files on Amiga Printer.
  4.  
  5. This is a trivial MS-DOS batch file I  put  together to make it a tad easier
  6. to print on the Amiga printer from an MS-DOS BridgeBoard session.  Normally,
  7. you have to run LPT1 from the Amiga  side,  and  then you can use the MS-DOS
  8. PRINT command, and  anything  else  that  prints.   However,  I got tired of
  9. switching the printer between MS-DOS  and  AmigaDOS, so I put this quick and
  10. dirty command together.  Basically, you just type:
  11.  
  12.      APRINT filename
  13.  
  14. and the designated file will be printed  on the Amiga printer, no running of
  15. LPT1  is  needed.   IBM-specific  characters  are  translated  to  the Amiga
  16. character set before printing, unless the "/b" flag is added (for binary).
  17.  
  18. There's no magic here: I just call the Janus AWRITE command, specifying PRT:
  19. as the output filename.  Of course you  have to have PCDisk running from the
  20. Amiga side for this to work, but I always do.
  21.  
  22. These files are Public Domain.  You  can  distribute them anywhere you like,
  23. but I ask that you keep the files in  the  .LZH file together and unaltered.
  24. If you have any questions, comments,  or  suggestions  I'd love to hear from
  25. you.  I'd also like to hear from you if you make any improvements.
  26.  
  27. Send comments to:
  28.  
  29.      Terry Carroll
  30.      CAAUG BBS ((216)-642-3344) User ID Terry Carroll
  31.      PC-Ohio  ((216)-381-3320) User ID Terry Carroll
  32.      CompuServe User ID 71550,133
  33.  
  34.      23 November 1990
  35.  
  36.  
  37.